/* 导航栏样式 */
/* header{
    height: 80px;
}
header>a{
    line-height: 80px;
    padding-top: 10px;
}
header>a span{
    color: #004386;
    font-weight: bold;
}
header li a{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: 100%;
    height: 80px;
    color: #333333;
}
header ul li{
    box-sizing: border-box;
    line-height: 80px;
}
header div{
    color: #333333;
}
header div a{
    color: #333333;
}
header select{
    color: #333333 !important;
} */
.newsDet-body{
  background: #fff;
}
/* header{
    height: 80px;
    background: #FFFFFF;
  }
  header>a>svg path{
    fill: #004386;
  }
  header>a{
    line-height: 80px;
    padding-top: 10px;
  }
  header>a span{
    color: #004386;
    font-weight: bold;
  }
  header>ul>li>a{
    text-align: center;
    padding: 0px 10px;
    display: block;
    width: 100%;
    height: 77px;
    color: #333333;
  }
  header>ul>li{
    box-sizing: border-box;
    line-height: 80px;
  }
  header>ul li:hover>a{
    font-weight: bold;
    border-bottom: 3px solid #004386;
    color: #004386;
  }
  header .right>ul>li:hover>a{
    font-weight: bold;
    border-bottom: 3px solid #004386;
    color: #004386;
  }
  header>.right>ul>li a{
    color: #333333;
  }
  header>.right select{
    color: #333333 !important;
  }
  header>.right .searchImg{
    content: url(../img/news1.png);
    cursor: pointer;
  } */

/* 头部样式 */
.head{
    margin-top: 80px;
    margin-bottom: 47px;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
}
.head h2{
    margin-top: 72px;
    font-size: 26px;
    color: #333333;
}
.head span{
    margin-top: 20px;
    display: block;
    font-size: 16px;
    color: #999999;
}

/* 新闻内容样式 */
.text h3{
    font-size: 24px;
    color: #333333;
}
.text h4{
    font-size: 18px;
    color: #333333;
}
.text img{
    display: block;
    max-width: 100%;
    margin: 0 auto  ;
}

/* 翻页样式 */
.paging{
    margin-top: 62px;
    height: 290px;
    border-top: 1px solid #C4C4C4;;
}
.paging p{
    font-weight: bold;
    font-size: 24px;
    color: #A8875A;
}
.paging p:nth-child(1){
    margin-top: 47px;
}
.paging p:nth-child(2){
    margin-top: 34px;
}

/* 返回样式 */
.return{
    position: fixed;
    top: 165px;
    left: 0px;
    z-index: 10;
}

.newsDet-body .text{
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.newsDet-body .text img{
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
